Welcome![Sign In][Sign Up]
Location:
Search - disk scheduling

Search list

[Mathimatics-Numerical algorithmsdiaodu

Description: 磁盘调度设计,磁盘调度算法的实现,包括  先来先服务调度算法  最短寻道优先调度算法  扫描算法  循环扫描算法  N—Step—SCAN算法-Disk Scheduling design, disk scheduling algorithm, including
Platform: | Size: 2048 | Author: 姚军 | Hits:

[OS Develop磁盘调度算法

Description: 磁盘调度算法 1。实现三种算法: 1。先来先服务 2。最短寻道优先(可自己假设当前磁头的位置) 3。电梯算法 2。磁道服务顺序从指定的文本文件(TXT文件)中取出 3。输出: 第一行:磁道的服务顺序 第二行:显示移动总道数-a disk scheduling algorithms. Three algorithms to achieve : 1. First-come first-serve two. Seeking shortest priority (to be their head the assumption that the current location) 3. Elevator Algorithm 2. Track services from the designated order of the text document (TXT) out of three. Output : the first line : track the order of the second line services : Road show that the total number of mobile
Platform: | Size: 7168 | Author: 飞扬 | Hits:

[OS DevelopCipan1

Description: 磁盘调度算法源程序-disk scheduling algorithm source code
Platform: | Size: 2048 | Author: 网旭 | Hits:

[Other磁盘调度算法

Description: 一个简单的磁盘调度算法,可以实现先进先出,最短寻道,scan的算法-a simple disk scheduling algorithm can achieve FIFO, shortest Seeking, scan algorithm
Platform: | Size: 2048 | Author: 刘翔 | Hits:

[Disk Tools磁盘调度

Description: 磁盘调度算法,包括先进先出,最短查找,电梯调度及单向扫描-disk scheduling algorithms, including FIFO, shortest identifying, scheduling and one-way lift scan
Platform: | Size: 2096128 | Author: 翁明喆 | Hits:

[OS Developdsadasdasdas

Description: 自己看磁盘调度算法要的自己载磁盘调度算法-look disk-scheduling algorithms to set its own disk scheduling algorithm
Platform: | Size: 1024 | Author: chenyi | Hits:

[CSharp+c++

Description: c++磁盘调度算法 c++磁盘调度算法-c disk scheduling algorithm c c disk scheduling algorithm disk scheduling algorithm
Platform: | Size: 1024 | Author: 5837499 | Hits:

[Software Engineeringneicunyemianzhihuansuanfa

Description: 编程序实现下述磁盘调度算法,并求出每种算法的平均寻道长度,要求设计主界面以灵活选择某算法,且以下算法都要实现: 1、先来先服务算法(FCFS) 2、最短寻道时间优先算法(SSTF) 3、扫描算法(SCAN) 4、循环扫描算法(CSCAN) -programmed to achieve the following disk-scheduling algorithms, and each algorithm calculated the average Seeking length, main interface designed in a flexible choice of a particular algorithm and the algorithm must achieve the following : 1. first-come first-service algorithm (FCFS queue) 2, the shortest tracking time priority algorithm (SSTF), 3 scanning algorithm (SCAN) 4, cycle scanning algorithm (rltrasonic)
Platform: | Size: 152576 | Author: 张宁 | Hits:

[OS Developsstf

Description: 磁盘调度的三种方法的其中一种用C语言实现-Disk scheduling one of three methods using C language
Platform: | Size: 1024 | Author: 范小雨 | Hits:

[OS DevelopDISK

Description: 采用C语言编写的源码,磁盘的调度模拟(没有图形界面)-The use of C language source code, disk scheduling simulation (no graphical interface)
Platform: | Size: 4096 | Author: | Hits:

[OS programos

Description: 操作系统:模拟磁盘调度算法 课题要求:●建立相应的数据结构 ●在屏幕上显示磁盘请求的服务状况 ●时间的流逝可用下面方法模拟: (a)按键盘,没按一次可认为过了一个时间单位 (b)响应WM_TIMER ●将一批磁盘请求的情况存磁盘文件,以后可以读出并重放 ●支持算法:FIFO,SSTF,SCAN,CSCAN,FSCAN -Operating Systems: simulation of disk scheduling algorithm subject requirements: ● the establishment of the corresponding data structure displayed on the screen ● disk status of the requested service ● time simulation can be used the following methods: (a) by the keyboard, not by one that had a time units (b) in response to a number of disk WM_TIMER ● request keep the disk files, then you can read and playback ● support algorithm: FIFO, SSTF, SCAN, CSCAN, FSCAN
Platform: | Size: 2051072 | Author: jiabin | Hits:

[OtherNCYMZH1-4

Description: 编程序实现下述磁盘调度算法,并求出每种算法的平均寻道长度,要求设计主界面以灵活选择某算法,且以下算法都要实现: 1、先来先服务算法(FCFS) 2、最短寻道时间优先算法(SSTF) 3、扫描算法(SCAN) 4、循环扫描算法(CSCAN) -Programmed to achieve the following disk scheduling algorithm, and calculated for each algorithm the average seek length, the main interface to design a flexible choice of a certain algorithm, and must realize the following algorithm: 1, first-come first-serve algorithm (FCFS) 2, Shortest Seek Time priority algorithms (SSTF) 3, scan algorithm (SCAN) 4, cycle scan algorithm (CSCAN)
Platform: | Size: 603136 | Author: CLJ | Hits:

[Othersuanfa

Description: 通过磁盘调度算法的模拟设计,了解磁盘调度的特点。模拟实现FCFS、SSTF、SCAN、C-SCAN和LOOK算法,并计算及比较磁头移动道数。-Disk scheduling algorithm through the analog design, know the characteristics of disk scheduling. Analog implementation FCFS, SSTF, SCAN, C-SCAN and LOOK algorithm, and calculate and compare the number of head movement Road.
Platform: | Size: 38912 | Author: 李国村 | Hits:

[MacOS developSCAN

Description: java语言实现scan磁盘调度算法~通过该代码可实现scan算法-java language ~ scan disk scheduling algorithm can be realized through the code scan algorithm
Platform: | Size: 1024 | Author: 吕学娜 | Hits:

[Windows DevelopDiskSims-1.0-Beta

Description: dIsk scheduling algorithms
Platform: | Size: 1473536 | Author: vamsi | Hits:

[OS Developa1

Description: 磁盘调度算法:包括先来先服务算法,最短寻道时间算法,电梯寻道算法。-Disk scheduling algorithms: including a first-come first-served algorithm, the shortest seek time algorithm, elevator seek algorithm.
Platform: | Size: 1024 | Author: lzh | Hits:

[OS programDisk-scheduling

Description: 磁盘调度算法,几个基本的磁盘调度算法,包括FCFS,SSTF,SCAN,CSCAN等,本程序采用c#完成,有需要的可以下-Disk scheduling algorithm, a few basic disk scheduling algorithms, including FCFS, SSTF, SCAN, CSCAN and so on, using c# to complete this procedure, there is a need that can be under the
Platform: | Size: 44032 | Author: qianglc | Hits:

[Disk Toolsmoni

Description: 根据磁盘调度的4种算法进行模拟磁盘调度过程-According to the four kinds of disk scheduling disk scheduling algorithm to simulate the process of
Platform: | Size: 8192 | Author: heizi | Hits:

[File OperateDisk-scheduling

Description: programs in disk scheduling from Operating systems
Platform: | Size: 3072 | Author: Thejo | Hits:

[Disk ToolsDisk-scheduling

Description: 操作系统中关于磁盘调度的课程设计源码程序-Operating system on the source disk scheduling program curriculum design
Platform: | Size: 2048 | Author: xiao | Hits:
« 12 3 4 5 6 7 8 9 10 ... 15 »

CodeBus www.codebus.net